home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / mr2.zip / MR2INI.ORG < prev    next >
Text File  |  1992-01-03  |  3KB  |  75 lines

  1. #
  2. # Prototype .ini file for the MR/2 mail reader.  This file sets
  3. # run time parameters and options.
  4. #
  5.  
  6. WorkPath=tmp$$
  7.     # Set the path for the work directory.    This is where packets are
  8.     # unarchived and replies created
  9.     # NOTE:  Leave this as it is for now.  The work directory must remain
  10.     # a sub directory of the MR2 software directory.
  11.  
  12. PacketPath=c:\
  13.     # This is where MR2 will look for packets to read and place reply packets
  14.  
  15. FileSpec=*.q??
  16.     # This is the wildcard file specification to use when searching for
  17.     # packets to read.
  18.  
  19. Editor=e
  20.   #Editor=epm
  21.   #Editor=q -e\mr2\qstartup.mac
  22.     # This is the command MR2 will use when invoking the editor.  By default,
  23.     # the system PM editor "e" is used.  To use QEdit and pass it a start-up
  24.     # macro (-e parameter), change this line to read:
  25.     #
  26.     #         Editor=q -e\mr2\qstartup.mac
  27.     #
  28.     # NOTE: when using the PM "E" or "EPM" editors - "word wrap" appears
  29.     # to work great, however, lines are not actually broken with CR/LF's.
  30.     # This causes formatting problems for MR2.    Keep Word Wrap off and
  31.     # include linefeeds by hand.  I'll see if I can auto-wrap incoming text
  32.     # sometime in the "near" future.
  33.  
  34. QuoteTo=reply.msg
  35.     # Temporary file name used when creating replies.
  36.  
  37. Tagline=A QWK compatible mail reader for OS/2
  38.     # This sets the default tagline for MR2 replies.  This string is placed
  39.     # at the bottom of each reply, before the reply is edited.  You may
  40.     # change the tagline via your editor, while composing your reply.
  41.     # Sorry, no fancy tagline selection or "stealing" at this time.
  42.  
  43. SaveFile=..\save.txt
  44.     # This is the file to which messages are appended when they are "saved" or
  45.     # filed for later reference.  Use the "S" key while viewing a message to
  46.     # append it to this file in printable form.
  47.  
  48. Zipper=pkzip
  49. UnZipper=pkunzip -o
  50.     # These are the commands used to archive and unarchive your message
  51.     # packets.  If you use something other than PKZip/UnZip, modify these
  52.     # commands appropriately.
  53.  
  54.  
  55. # Variables not yet implemented
  56. # =============================
  57. KeepMessageMarks=NO
  58.     # While working with messages, MR/2 uses one byte of each message
  59.     # header (in the Messages.dat file) as a Read/Replied/Saved status flag.
  60.     # If you specify YES here, MR/2 will load any changes made to the
  61.     # messages headers back into the original archived packet.    If you
  62.     # access the packet again, at a later time, your original status flags
  63.     # will remain.    This takes some extra disk space and time to perform.
  64.     # Specify NO to suppress this feature.    Message markings will be lost
  65.     # whenever you fully exit a packet (Fast Exit will preserve the flags).
  66.  
  67. #JumpToUnreadMessage=YES
  68. #ReplyPath=e:\dl\
  69. #ReplyFile=reply.msg
  70. ;;;;Quotestyle="%i>",Each
  71. ;;;;Quotestyle="On %d, in a message to %r, %s stated:\n\n"
  72. ;;;;Quotestyle="%i>",Allign
  73. #MyName=Nick Knight
  74.  
  75.